home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ringframe, frate, endage
- set pframe to ringframe + (the timer / frate)
- if the frame < pframe then
- if pframe > endage then
- exit
- end if
- go(pframe)
- else
- if the frame > pframe then
- go(the frame)
- end if
- end if
- end
-